POV-Ray : Newsgroups : povray.advanced-users : long render time : Re: long render time Server Time
30 Jul 2024 10:12:14 EDT (-0400)
  Re: long render time  
From: Mike
Date: 4 Sep 1999 02:12:15
Message: <37D0B642.502B7B3B@aol.com>
If it's all that transparency in those layered clouds then let me suggest the
following.

Intersect two planes that are seperated about the distance you have all those
planes at now.  So say you want it in the region between y500 and y600:

intersection {
plane {y, 500 inverse}
plane {y, 600}

pigment {color rgbf <1, 1, 1, 1>}

interior {
media {
scattering {1, 1 extinction .1}
samples 5, 10
density {
your pattern stuff here
}
}
}
hollow
}

Having your media defined to such a small range will generally render pretty
fast.


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.